Interface LocalAuthenticationCallback
public interface LocalAuthenticationCallback
Interface to implement in order to receive events related to local authentication.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled upon local authentication abortionvoidCalled upon password error when performing local authentication.voidonLocalAuthenticationSuccess(String otp, String hostCode) Called upon local authentication success.
-
Method Details
-
onLocalAuthenticationSuccess
Called upon local authentication success.- Parameters:
otp- the generated one-time passwordhostCode- the generated host code
-
onLocalAuthenticationAborted
void onLocalAuthenticationAborted()Called upon local authentication abortion -
onLocalAuthenticationPasswordError
Called upon password error when performing local authentication.- Parameters:
error- the type of password error
-